home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 January / macformat-020.iso / Demos / MF18 / Excel 5.0 Demo / Microsoft Excel 5.0 Demo / MS Mac Excel Demo / 00076.ls < prev    next >
Encoding:
Text File  |  1994-08-11  |  149 b   |  10 lines

  1. on exitFrame
  2.   global gSection
  3.   if gSection = "Viewall" then
  4.     go("*start")
  5.   end if
  6.   if gSection = "QUIT SEQUENCE" then
  7.     quit()
  8.   end if
  9. end
  10.